\(\int (3+3 \sin (e+f x)) (c+d \sin (e+f x))^{3/2} \, dx\) [483]

   Optimal result
   Rubi [A] (verified)
   Mathematica [C] (warning: unable to verify)
   Maple [B] (verified)
   Fricas [C] (verification not implemented)
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 25, antiderivative size = 227 \[ \int (3+3 \sin (e+f x)) (c+d \sin (e+f x))^{3/2} \, dx=-\frac {2 (3 c+5 d) \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{5 f}-\frac {6 \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{5 f}+\frac {2 \left (3 c^2+20 c d+9 d^2\right ) E\left (\frac {1}{2} \left (e-\frac {\pi }{2}+f x\right )|\frac {2 d}{c+d}\right ) \sqrt {c+d \sin (e+f x)}}{5 d f \sqrt {\frac {c+d \sin (e+f x)}{c+d}}}-\frac {2 (3 c+5 d) \left (c^2-d^2\right ) \operatorname {EllipticF}\left (\frac {1}{2} \left (e-\frac {\pi }{2}+f x\right ),\frac {2 d}{c+d}\right ) \sqrt {\frac {c+d \sin (e+f x)}{c+d}}}{5 d f \sqrt {c+d \sin (e+f x)}} \]

[Out]

-2/5*a*cos(f*x+e)*(c+d*sin(f*x+e))^(3/2)/f-2/15*a*(3*c+5*d)*cos(f*x+e)*(c+d*sin(f*x+e))^(1/2)/f-2/15*a*(3*c^2+
20*c*d+9*d^2)*(sin(1/2*e+1/4*Pi+1/2*f*x)^2)^(1/2)/sin(1/2*e+1/4*Pi+1/2*f*x)*EllipticE(cos(1/2*e+1/4*Pi+1/2*f*x
),2^(1/2)*(d/(c+d))^(1/2))*(c+d*sin(f*x+e))^(1/2)/d/f/((c+d*sin(f*x+e))/(c+d))^(1/2)+2/15*a*(3*c+5*d)*(c^2-d^2
)*(sin(1/2*e+1/4*Pi+1/2*f*x)^2)^(1/2)/sin(1/2*e+1/4*Pi+1/2*f*x)*EllipticF(cos(1/2*e+1/4*Pi+1/2*f*x),2^(1/2)*(d
/(c+d))^(1/2))*((c+d*sin(f*x+e))/(c+d))^(1/2)/d/f/(c+d*sin(f*x+e))^(1/2)

Rubi [A] (verified)

Time = 0.23 (sec) , antiderivative size = 231, normalized size of antiderivative = 1.02, number of steps used = 7, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.240, Rules used = {2832, 2831, 2742, 2740, 2734, 2732} \[ \int (3+3 \sin (e+f x)) (c+d \sin (e+f x))^{3/2} \, dx=-\frac {2 a (3 c+5 d) \left (c^2-d^2\right ) \sqrt {\frac {c+d \sin (e+f x)}{c+d}} \operatorname {EllipticF}\left (\frac {1}{2} \left (e+f x-\frac {\pi }{2}\right ),\frac {2 d}{c+d}\right )}{15 d f \sqrt {c+d \sin (e+f x)}}+\frac {2 a \left (3 c^2+20 c d+9 d^2\right ) \sqrt {c+d \sin (e+f x)} E\left (\frac {1}{2} \left (e+f x-\frac {\pi }{2}\right )|\frac {2 d}{c+d}\right )}{15 d f \sqrt {\frac {c+d \sin (e+f x)}{c+d}}}-\frac {2 a \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{5 f}-\frac {2 a (3 c+5 d) \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{15 f} \]

[In]

Int[(a + a*Sin[e + f*x])*(c + d*Sin[e + f*x])^(3/2),x]

[Out]

(-2*a*(3*c + 5*d)*Cos[e + f*x]*Sqrt[c + d*Sin[e + f*x]])/(15*f) - (2*a*Cos[e + f*x]*(c + d*Sin[e + f*x])^(3/2)
)/(5*f) + (2*a*(3*c^2 + 20*c*d + 9*d^2)*EllipticE[(e - Pi/2 + f*x)/2, (2*d)/(c + d)]*Sqrt[c + d*Sin[e + f*x]])
/(15*d*f*Sqrt[(c + d*Sin[e + f*x])/(c + d)]) - (2*a*(3*c + 5*d)*(c^2 - d^2)*EllipticF[(e - Pi/2 + f*x)/2, (2*d
)/(c + d)]*Sqrt[(c + d*Sin[e + f*x])/(c + d)])/(15*d*f*Sqrt[c + d*Sin[e + f*x]])

Rule 2732

Int[Sqrt[(a_) + (b_.)*sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[2*(Sqrt[a + b]/d)*EllipticE[(1/2)*(c - Pi/2
+ d*x), 2*(b/(a + b))], x] /; FreeQ[{a, b, c, d}, x] && NeQ[a^2 - b^2, 0] && GtQ[a + b, 0]

Rule 2734

Int[Sqrt[(a_) + (b_.)*sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Dist[Sqrt[a + b*Sin[c + d*x]]/Sqrt[(a + b*Sin[c +
 d*x])/(a + b)], Int[Sqrt[a/(a + b) + (b/(a + b))*Sin[c + d*x]], x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[a^2 -
 b^2, 0] &&  !GtQ[a + b, 0]

Rule 2740

Int[1/Sqrt[(a_) + (b_.)*sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/(d*Sqrt[a + b]))*EllipticF[(1/2)*(c - P
i/2 + d*x), 2*(b/(a + b))], x] /; FreeQ[{a, b, c, d}, x] && NeQ[a^2 - b^2, 0] && GtQ[a + b, 0]

Rule 2742

Int[1/Sqrt[(a_) + (b_.)*sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Dist[Sqrt[(a + b*Sin[c + d*x])/(a + b)]/Sqrt[a
+ b*Sin[c + d*x]], Int[1/Sqrt[a/(a + b) + (b/(a + b))*Sin[c + d*x]], x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[a
^2 - b^2, 0] &&  !GtQ[a + b, 0]

Rule 2831

Int[((c_.) + (d_.)*sin[(e_.) + (f_.)*(x_)])/Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]], x_Symbol] :> Dist[(b*c
 - a*d)/b, Int[1/Sqrt[a + b*Sin[e + f*x]], x], x] + Dist[d/b, Int[Sqrt[a + b*Sin[e + f*x]], x], x] /; FreeQ[{a
, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && NeQ[a^2 - b^2, 0]

Rule 2832

Int[((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((c_.) + (d_.)*sin[(e_.) + (f_.)*(x_)]), x_Symbol] :> Simp[(-d
)*Cos[e + f*x]*((a + b*Sin[e + f*x])^m/(f*(m + 1))), x] + Dist[1/(m + 1), Int[(a + b*Sin[e + f*x])^(m - 1)*Sim
p[b*d*m + a*c*(m + 1) + (a*d*m + b*c*(m + 1))*Sin[e + f*x], x], x], x] /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[
b*c - a*d, 0] && NeQ[a^2 - b^2, 0] && GtQ[m, 0] && IntegerQ[2*m]

Rubi steps \begin{align*} \text {integral}& = -\frac {2 a \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{5 f}+\frac {2}{5} \int \sqrt {c+d \sin (e+f x)} \left (\frac {1}{2} a (5 c+3 d)+\frac {1}{2} a (3 c+5 d) \sin (e+f x)\right ) \, dx \\ & = -\frac {2 a (3 c+5 d) \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{15 f}-\frac {2 a \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{5 f}+\frac {4}{15} \int \frac {\frac {1}{4} a \left (15 c^2+12 c d+5 d^2\right )+\frac {1}{4} a \left (3 c^2+20 c d+9 d^2\right ) \sin (e+f x)}{\sqrt {c+d \sin (e+f x)}} \, dx \\ & = -\frac {2 a (3 c+5 d) \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{15 f}-\frac {2 a \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{5 f}-\frac {\left (a (3 c+5 d) \left (c^2-d^2\right )\right ) \int \frac {1}{\sqrt {c+d \sin (e+f x)}} \, dx}{15 d}+\frac {\left (a \left (3 c^2+20 c d+9 d^2\right )\right ) \int \sqrt {c+d \sin (e+f x)} \, dx}{15 d} \\ & = -\frac {2 a (3 c+5 d) \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{15 f}-\frac {2 a \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{5 f}+\frac {\left (a \left (3 c^2+20 c d+9 d^2\right ) \sqrt {c+d \sin (e+f x)}\right ) \int \sqrt {\frac {c}{c+d}+\frac {d \sin (e+f x)}{c+d}} \, dx}{15 d \sqrt {\frac {c+d \sin (e+f x)}{c+d}}}-\frac {\left (a (3 c+5 d) \left (c^2-d^2\right ) \sqrt {\frac {c+d \sin (e+f x)}{c+d}}\right ) \int \frac {1}{\sqrt {\frac {c}{c+d}+\frac {d \sin (e+f x)}{c+d}}} \, dx}{15 d \sqrt {c+d \sin (e+f x)}} \\ & = -\frac {2 a (3 c+5 d) \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{15 f}-\frac {2 a \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{5 f}+\frac {2 a \left (3 c^2+20 c d+9 d^2\right ) E\left (\frac {1}{2} \left (e-\frac {\pi }{2}+f x\right )|\frac {2 d}{c+d}\right ) \sqrt {c+d \sin (e+f x)}}{15 d f \sqrt {\frac {c+d \sin (e+f x)}{c+d}}}-\frac {2 a (3 c+5 d) \left (c^2-d^2\right ) \operatorname {EllipticF}\left (\frac {1}{2} \left (e-\frac {\pi }{2}+f x\right ),\frac {2 d}{c+d}\right ) \sqrt {\frac {c+d \sin (e+f x)}{c+d}}}{15 d f \sqrt {c+d \sin (e+f x)}} \\ \end{align*}

Mathematica [C] (warning: unable to verify)

Result contains higher order function than in optimal. Order 6 vs. order 4 in optimal.

Time = 6.41 (sec) , antiderivative size = 2625, normalized size of antiderivative = 11.56 \[ \int (3+3 \sin (e+f x)) (c+d \sin (e+f x))^{3/2} \, dx=\text {Result too large to show} \]

[In]

Integrate[(3 + 3*Sin[e + f*x])*(c + d*Sin[e + f*x])^(3/2),x]

[Out]

3*((c^2*Sec[e]*(1 + Sin[e + f*x])*(-((AppellF1[-1/2, -1/2, -1/2, 1/2, -((Csc[e]*(c + d*Cos[f*x - ArcTan[Cot[e]
]]*Sqrt[1 + Cot[e]^2]*Sin[e]))/(d*Sqrt[1 + Cot[e]^2]*(1 - (c*Csc[e])/(d*Sqrt[1 + Cot[e]^2])))), -((Csc[e]*(c +
 d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2]*Sin[e]))/(d*Sqrt[1 + Cot[e]^2]*(-1 - (c*Csc[e])/(d*Sqrt[1 + Co
t[e]^2]))))]*Cot[e]*Sin[f*x - ArcTan[Cot[e]]])/(Sqrt[1 + Cot[e]^2]*Sqrt[(d*Sqrt[1 + Cot[e]^2] + d*Cos[f*x - Ar
cTan[Cot[e]]]*Sqrt[1 + Cot[e]^2])/(d*Sqrt[1 + Cot[e]^2] - c*Csc[e])]*Sqrt[(d*Sqrt[1 + Cot[e]^2] - d*Cos[f*x -
ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2])/(d*Sqrt[1 + Cot[e]^2] + c*Csc[e])]*Sqrt[c + d*Cos[f*x - ArcTan[Cot[e]]]*Sq
rt[1 + Cot[e]^2]*Sin[e]])) - ((2*d*Sin[e]*(c + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2]*Sin[e]))/(d^2*Co
s[e]^2 + d^2*Sin[e]^2) - (Cot[e]*Sin[f*x - ArcTan[Cot[e]]])/Sqrt[1 + Cot[e]^2])/Sqrt[c + d*Cos[f*x - ArcTan[Co
t[e]]]*Sqrt[1 + Cot[e]^2]*Sin[e]]))/(5*f*(Cos[e/2 + (f*x)/2] + Sin[e/2 + (f*x)/2])^2) + (4*c*d*Sec[e]*(1 + Sin
[e + f*x])*(-((AppellF1[-1/2, -1/2, -1/2, 1/2, -((Csc[e]*(c + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2]*S
in[e]))/(d*Sqrt[1 + Cot[e]^2]*(1 - (c*Csc[e])/(d*Sqrt[1 + Cot[e]^2])))), -((Csc[e]*(c + d*Cos[f*x - ArcTan[Cot
[e]]]*Sqrt[1 + Cot[e]^2]*Sin[e]))/(d*Sqrt[1 + Cot[e]^2]*(-1 - (c*Csc[e])/(d*Sqrt[1 + Cot[e]^2]))))]*Cot[e]*Sin
[f*x - ArcTan[Cot[e]]])/(Sqrt[1 + Cot[e]^2]*Sqrt[(d*Sqrt[1 + Cot[e]^2] + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 +
Cot[e]^2])/(d*Sqrt[1 + Cot[e]^2] - c*Csc[e])]*Sqrt[(d*Sqrt[1 + Cot[e]^2] - d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1
+ Cot[e]^2])/(d*Sqrt[1 + Cot[e]^2] + c*Csc[e])]*Sqrt[c + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2]*Sin[e]
])) - ((2*d*Sin[e]*(c + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2]*Sin[e]))/(d^2*Cos[e]^2 + d^2*Sin[e]^2)
- (Cot[e]*Sin[f*x - ArcTan[Cot[e]]])/Sqrt[1 + Cot[e]^2])/Sqrt[c + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^
2]*Sin[e]]))/(3*f*(Cos[e/2 + (f*x)/2] + Sin[e/2 + (f*x)/2])^2) + (3*d^2*Sec[e]*(1 + Sin[e + f*x])*(-((AppellF1
[-1/2, -1/2, -1/2, 1/2, -((Csc[e]*(c + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2]*Sin[e]))/(d*Sqrt[1 + Cot
[e]^2]*(1 - (c*Csc[e])/(d*Sqrt[1 + Cot[e]^2])))), -((Csc[e]*(c + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2
]*Sin[e]))/(d*Sqrt[1 + Cot[e]^2]*(-1 - (c*Csc[e])/(d*Sqrt[1 + Cot[e]^2]))))]*Cot[e]*Sin[f*x - ArcTan[Cot[e]]])
/(Sqrt[1 + Cot[e]^2]*Sqrt[(d*Sqrt[1 + Cot[e]^2] + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2])/(d*Sqrt[1 +
Cot[e]^2] - c*Csc[e])]*Sqrt[(d*Sqrt[1 + Cot[e]^2] - d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2])/(d*Sqrt[1
+ Cot[e]^2] + c*Csc[e])]*Sqrt[c + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2]*Sin[e]])) - ((2*d*Sin[e]*(c +
 d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2]*Sin[e]))/(d^2*Cos[e]^2 + d^2*Sin[e]^2) - (Cot[e]*Sin[f*x - Arc
Tan[Cot[e]]])/Sqrt[1 + Cot[e]^2])/Sqrt[c + d*Cos[f*x - ArcTan[Cot[e]]]*Sqrt[1 + Cot[e]^2]*Sin[e]]))/(5*f*(Cos[
e/2 + (f*x)/2] + Sin[e/2 + (f*x)/2])^2) + ((1 + Sin[e + f*x])*Sqrt[c + d*Sin[e + f*x]]*((-2*(6*c + 5*d)*Cos[e]
*Cos[f*x])/(15*f) - (d*Cos[2*f*x]*Sin[2*e])/(5*f) + (2*(6*c + 5*d)*Sin[e]*Sin[f*x])/(15*f) - (d*Cos[2*e]*Sin[2
*f*x])/(5*f) + (2*(3*c^2 + 20*c*d + 9*d^2)*Tan[e])/(15*d*f)))/(Cos[e/2 + (f*x)/2] + Sin[e/2 + (f*x)/2])^2 + (8
*c*AppellF1[1/2, 1/2, 1/2, 3/2, -((Sec[e]*(c + d*Cos[e]*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan[e]^2]))/(d*Sqrt
[1 + Tan[e]^2]*(1 - (c*Sec[e])/(d*Sqrt[1 + Tan[e]^2])))), -((Sec[e]*(c + d*Cos[e]*Sin[f*x + ArcTan[Tan[e]]]*Sq
rt[1 + Tan[e]^2]))/(d*Sqrt[1 + Tan[e]^2]*(-1 - (c*Sec[e])/(d*Sqrt[1 + Tan[e]^2]))))]*Sec[e]*Sec[f*x + ArcTan[T
an[e]]]*(1 + Sin[e + f*x])*Sqrt[(d*Sqrt[1 + Tan[e]^2] - d*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan[e]^2])/(c*Sec
[e] + d*Sqrt[1 + Tan[e]^2])]*Sqrt[(d*Sqrt[1 + Tan[e]^2] + d*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan[e]^2])/(-(c
*Sec[e]) + d*Sqrt[1 + Tan[e]^2])]*Sqrt[c + d*Cos[e]*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan[e]^2]])/(5*f*(Cos[e
/2 + (f*x)/2] + Sin[e/2 + (f*x)/2])^2*Sqrt[1 + Tan[e]^2]) + (2*c^2*AppellF1[1/2, 1/2, 1/2, 3/2, -((Sec[e]*(c +
 d*Cos[e]*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan[e]^2]))/(d*Sqrt[1 + Tan[e]^2]*(1 - (c*Sec[e])/(d*Sqrt[1 + Tan
[e]^2])))), -((Sec[e]*(c + d*Cos[e]*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan[e]^2]))/(d*Sqrt[1 + Tan[e]^2]*(-1 -
 (c*Sec[e])/(d*Sqrt[1 + Tan[e]^2]))))]*Sec[e]*Sec[f*x + ArcTan[Tan[e]]]*(1 + Sin[e + f*x])*Sqrt[(d*Sqrt[1 + Ta
n[e]^2] - d*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan[e]^2])/(c*Sec[e] + d*Sqrt[1 + Tan[e]^2])]*Sqrt[(d*Sqrt[1 +
Tan[e]^2] + d*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan[e]^2])/(-(c*Sec[e]) + d*Sqrt[1 + Tan[e]^2])]*Sqrt[c + d*C
os[e]*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan[e]^2]])/(d*f*(Cos[e/2 + (f*x)/2] + Sin[e/2 + (f*x)/2])^2*Sqrt[1 +
 Tan[e]^2]) + (2*d*AppellF1[1/2, 1/2, 1/2, 3/2, -((Sec[e]*(c + d*Cos[e]*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan
[e]^2]))/(d*Sqrt[1 + Tan[e]^2]*(1 - (c*Sec[e])/(d*Sqrt[1 + Tan[e]^2])))), -((Sec[e]*(c + d*Cos[e]*Sin[f*x + Ar
cTan[Tan[e]]]*Sqrt[1 + Tan[e]^2]))/(d*Sqrt[1 + Tan[e]^2]*(-1 - (c*Sec[e])/(d*Sqrt[1 + Tan[e]^2]))))]*Sec[e]*Se
c[f*x + ArcTan[Tan[e]]]*(1 + Sin[e + f*x])*Sqrt[(d*Sqrt[1 + Tan[e]^2] - d*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + T
an[e]^2])/(c*Sec[e] + d*Sqrt[1 + Tan[e]^2])]*Sqrt[(d*Sqrt[1 + Tan[e]^2] + d*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 +
 Tan[e]^2])/(-(c*Sec[e]) + d*Sqrt[1 + Tan[e]^2])]*Sqrt[c + d*Cos[e]*Sin[f*x + ArcTan[Tan[e]]]*Sqrt[1 + Tan[e]^
2]])/(3*f*(Cos[e/2 + (f*x)/2] + Sin[e/2 + (f*x)/2])^2*Sqrt[1 + Tan[e]^2]))

Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(1033\) vs. \(2(277)=554\).

Time = 3.93 (sec) , antiderivative size = 1034, normalized size of antiderivative = 4.56

method result size
default \(\text {Expression too large to display}\) \(1034\)
parts \(\text {Expression too large to display}\) \(1449\)

[In]

int((a+a*sin(f*x+e))*(c+d*sin(f*x+e))^(3/2),x,method=_RETURNVERBOSE)

[Out]

2/15*a*(18*((c+d*sin(f*x+e))/(c-d))^(1/2)*(-(sin(f*x+e)-1)*d/(c+d))^(1/2)*(-d*(sin(f*x+e)+1)/(c-d))^(1/2)*Elli
pticF(((c+d*sin(f*x+e))/(c-d))^(1/2),((c-d)/(c+d))^(1/2))*c^3*d+14*c^2*((c+d*sin(f*x+e))/(c-d))^(1/2)*(-(sin(f
*x+e)-1)*d/(c+d))^(1/2)*(-d*(sin(f*x+e)+1)/(c-d))^(1/2)*EllipticF(((c+d*sin(f*x+e))/(c-d))^(1/2),((c-d)/(c+d))
^(1/2))*d^2-18*c*((c+d*sin(f*x+e))/(c-d))^(1/2)*(-(sin(f*x+e)-1)*d/(c+d))^(1/2)*(-d*(sin(f*x+e)+1)/(c-d))^(1/2
)*EllipticF(((c+d*sin(f*x+e))/(c-d))^(1/2),((c-d)/(c+d))^(1/2))*d^3-14*((c+d*sin(f*x+e))/(c-d))^(1/2)*(-(sin(f
*x+e)-1)*d/(c+d))^(1/2)*(-d*(sin(f*x+e)+1)/(c-d))^(1/2)*EllipticF(((c+d*sin(f*x+e))/(c-d))^(1/2),((c-d)/(c+d))
^(1/2))*d^4-3*((c+d*sin(f*x+e))/(c-d))^(1/2)*(-(sin(f*x+e)-1)*d/(c+d))^(1/2)*(-d*(sin(f*x+e)+1)/(c-d))^(1/2)*E
llipticE(((c+d*sin(f*x+e))/(c-d))^(1/2),((c-d)/(c+d))^(1/2))*c^4-20*((c+d*sin(f*x+e))/(c-d))^(1/2)*(-(sin(f*x+
e)-1)*d/(c+d))^(1/2)*(-d*(sin(f*x+e)+1)/(c-d))^(1/2)*EllipticE(((c+d*sin(f*x+e))/(c-d))^(1/2),((c-d)/(c+d))^(1
/2))*c^3*d-6*((c+d*sin(f*x+e))/(c-d))^(1/2)*(-(sin(f*x+e)-1)*d/(c+d))^(1/2)*(-d*(sin(f*x+e)+1)/(c-d))^(1/2)*El
lipticE(((c+d*sin(f*x+e))/(c-d))^(1/2),((c-d)/(c+d))^(1/2))*c^2*d^2+20*((c+d*sin(f*x+e))/(c-d))^(1/2)*(-(sin(f
*x+e)-1)*d/(c+d))^(1/2)*(-d*(sin(f*x+e)+1)/(c-d))^(1/2)*EllipticE(((c+d*sin(f*x+e))/(c-d))^(1/2),((c-d)/(c+d))
^(1/2))*c*d^3+9*((c+d*sin(f*x+e))/(c-d))^(1/2)*(-(sin(f*x+e)-1)*d/(c+d))^(1/2)*(-d*(sin(f*x+e)+1)/(c-d))^(1/2)
*EllipticE(((c+d*sin(f*x+e))/(c-d))^(1/2),((c-d)/(c+d))^(1/2))*d^4+3*sin(f*x+e)^4*d^4+9*sin(f*x+e)^3*c*d^3+5*d
^4*sin(f*x+e)^3+6*sin(f*x+e)^2*c^2*d^2+5*c*d^3*sin(f*x+e)^2-3*d^4*sin(f*x+e)^2-9*c*d^3*sin(f*x+e)-5*d^4*sin(f*
x+e)-6*c^2*d^2-5*d^3*c)/d^2/cos(f*x+e)/(c+d*sin(f*x+e))^(1/2)/f

Fricas [C] (verification not implemented)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.12 (sec) , antiderivative size = 509, normalized size of antiderivative = 2.24 \[ \int (3+3 \sin (e+f x)) (c+d \sin (e+f x))^{3/2} \, dx=-\frac {\sqrt {2} {\left (6 \, a c^{3} - 5 \, a c^{2} d - 18 \, a c d^{2} - 15 \, a d^{3}\right )} \sqrt {i \, d} {\rm weierstrassPInverse}\left (-\frac {4 \, {\left (4 \, c^{2} - 3 \, d^{2}\right )}}{3 \, d^{2}}, -\frac {8 \, {\left (8 i \, c^{3} - 9 i \, c d^{2}\right )}}{27 \, d^{3}}, \frac {3 \, d \cos \left (f x + e\right ) - 3 i \, d \sin \left (f x + e\right ) - 2 i \, c}{3 \, d}\right ) + \sqrt {2} {\left (6 \, a c^{3} - 5 \, a c^{2} d - 18 \, a c d^{2} - 15 \, a d^{3}\right )} \sqrt {-i \, d} {\rm weierstrassPInverse}\left (-\frac {4 \, {\left (4 \, c^{2} - 3 \, d^{2}\right )}}{3 \, d^{2}}, -\frac {8 \, {\left (-8 i \, c^{3} + 9 i \, c d^{2}\right )}}{27 \, d^{3}}, \frac {3 \, d \cos \left (f x + e\right ) + 3 i \, d \sin \left (f x + e\right ) + 2 i \, c}{3 \, d}\right ) + 3 \, \sqrt {2} {\left (3 i \, a c^{2} d + 20 i \, a c d^{2} + 9 i \, a d^{3}\right )} \sqrt {i \, d} {\rm weierstrassZeta}\left (-\frac {4 \, {\left (4 \, c^{2} - 3 \, d^{2}\right )}}{3 \, d^{2}}, -\frac {8 \, {\left (8 i \, c^{3} - 9 i \, c d^{2}\right )}}{27 \, d^{3}}, {\rm weierstrassPInverse}\left (-\frac {4 \, {\left (4 \, c^{2} - 3 \, d^{2}\right )}}{3 \, d^{2}}, -\frac {8 \, {\left (8 i \, c^{3} - 9 i \, c d^{2}\right )}}{27 \, d^{3}}, \frac {3 \, d \cos \left (f x + e\right ) - 3 i \, d \sin \left (f x + e\right ) - 2 i \, c}{3 \, d}\right )\right ) + 3 \, \sqrt {2} {\left (-3 i \, a c^{2} d - 20 i \, a c d^{2} - 9 i \, a d^{3}\right )} \sqrt {-i \, d} {\rm weierstrassZeta}\left (-\frac {4 \, {\left (4 \, c^{2} - 3 \, d^{2}\right )}}{3 \, d^{2}}, -\frac {8 \, {\left (-8 i \, c^{3} + 9 i \, c d^{2}\right )}}{27 \, d^{3}}, {\rm weierstrassPInverse}\left (-\frac {4 \, {\left (4 \, c^{2} - 3 \, d^{2}\right )}}{3 \, d^{2}}, -\frac {8 \, {\left (-8 i \, c^{3} + 9 i \, c d^{2}\right )}}{27 \, d^{3}}, \frac {3 \, d \cos \left (f x + e\right ) + 3 i \, d \sin \left (f x + e\right ) + 2 i \, c}{3 \, d}\right )\right ) + 6 \, {\left (3 \, a d^{3} \cos \left (f x + e\right ) \sin \left (f x + e\right ) + {\left (6 \, a c d^{2} + 5 \, a d^{3}\right )} \cos \left (f x + e\right )\right )} \sqrt {d \sin \left (f x + e\right ) + c}}{45 \, d^{2} f} \]

[In]

integrate((a+a*sin(f*x+e))*(c+d*sin(f*x+e))^(3/2),x, algorithm="fricas")

[Out]

-1/45*(sqrt(2)*(6*a*c^3 - 5*a*c^2*d - 18*a*c*d^2 - 15*a*d^3)*sqrt(I*d)*weierstrassPInverse(-4/3*(4*c^2 - 3*d^2
)/d^2, -8/27*(8*I*c^3 - 9*I*c*d^2)/d^3, 1/3*(3*d*cos(f*x + e) - 3*I*d*sin(f*x + e) - 2*I*c)/d) + sqrt(2)*(6*a*
c^3 - 5*a*c^2*d - 18*a*c*d^2 - 15*a*d^3)*sqrt(-I*d)*weierstrassPInverse(-4/3*(4*c^2 - 3*d^2)/d^2, -8/27*(-8*I*
c^3 + 9*I*c*d^2)/d^3, 1/3*(3*d*cos(f*x + e) + 3*I*d*sin(f*x + e) + 2*I*c)/d) + 3*sqrt(2)*(3*I*a*c^2*d + 20*I*a
*c*d^2 + 9*I*a*d^3)*sqrt(I*d)*weierstrassZeta(-4/3*(4*c^2 - 3*d^2)/d^2, -8/27*(8*I*c^3 - 9*I*c*d^2)/d^3, weier
strassPInverse(-4/3*(4*c^2 - 3*d^2)/d^2, -8/27*(8*I*c^3 - 9*I*c*d^2)/d^3, 1/3*(3*d*cos(f*x + e) - 3*I*d*sin(f*
x + e) - 2*I*c)/d)) + 3*sqrt(2)*(-3*I*a*c^2*d - 20*I*a*c*d^2 - 9*I*a*d^3)*sqrt(-I*d)*weierstrassZeta(-4/3*(4*c
^2 - 3*d^2)/d^2, -8/27*(-8*I*c^3 + 9*I*c*d^2)/d^3, weierstrassPInverse(-4/3*(4*c^2 - 3*d^2)/d^2, -8/27*(-8*I*c
^3 + 9*I*c*d^2)/d^3, 1/3*(3*d*cos(f*x + e) + 3*I*d*sin(f*x + e) + 2*I*c)/d)) + 6*(3*a*d^3*cos(f*x + e)*sin(f*x
 + e) + (6*a*c*d^2 + 5*a*d^3)*cos(f*x + e))*sqrt(d*sin(f*x + e) + c))/(d^2*f)

Sympy [F]

\[ \int (3+3 \sin (e+f x)) (c+d \sin (e+f x))^{3/2} \, dx=a \left (\int c \sqrt {c + d \sin {\left (e + f x \right )}}\, dx + \int c \sqrt {c + d \sin {\left (e + f x \right )}} \sin {\left (e + f x \right )}\, dx + \int d \sqrt {c + d \sin {\left (e + f x \right )}} \sin {\left (e + f x \right )}\, dx + \int d \sqrt {c + d \sin {\left (e + f x \right )}} \sin ^{2}{\left (e + f x \right )}\, dx\right ) \]

[In]

integrate((a+a*sin(f*x+e))*(c+d*sin(f*x+e))**(3/2),x)

[Out]

a*(Integral(c*sqrt(c + d*sin(e + f*x)), x) + Integral(c*sqrt(c + d*sin(e + f*x))*sin(e + f*x), x) + Integral(d
*sqrt(c + d*sin(e + f*x))*sin(e + f*x), x) + Integral(d*sqrt(c + d*sin(e + f*x))*sin(e + f*x)**2, x))

Maxima [F]

\[ \int (3+3 \sin (e+f x)) (c+d \sin (e+f x))^{3/2} \, dx=\int { {\left (a \sin \left (f x + e\right ) + a\right )} {\left (d \sin \left (f x + e\right ) + c\right )}^{\frac {3}{2}} \,d x } \]

[In]

integrate((a+a*sin(f*x+e))*(c+d*sin(f*x+e))^(3/2),x, algorithm="maxima")

[Out]

integrate((a*sin(f*x + e) + a)*(d*sin(f*x + e) + c)^(3/2), x)

Giac [F]

\[ \int (3+3 \sin (e+f x)) (c+d \sin (e+f x))^{3/2} \, dx=\int { {\left (a \sin \left (f x + e\right ) + a\right )} {\left (d \sin \left (f x + e\right ) + c\right )}^{\frac {3}{2}} \,d x } \]

[In]

integrate((a+a*sin(f*x+e))*(c+d*sin(f*x+e))^(3/2),x, algorithm="giac")

[Out]

integrate((a*sin(f*x + e) + a)*(d*sin(f*x + e) + c)^(3/2), x)

Mupad [F(-1)]

Timed out. \[ \int (3+3 \sin (e+f x)) (c+d \sin (e+f x))^{3/2} \, dx=\int \left (a+a\,\sin \left (e+f\,x\right )\right )\,{\left (c+d\,\sin \left (e+f\,x\right )\right )}^{3/2} \,d x \]

[In]

int((a + a*sin(e + f*x))*(c + d*sin(e + f*x))^(3/2),x)

[Out]

int((a + a*sin(e + f*x))*(c + d*sin(e + f*x))^(3/2), x)